home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / xrdor211.zip / PACKBAGS.REQ < prev    next >
Text File  |  1993-01-31  |  1KB  |  32 lines

  1. Binkleyterm "Demand packing" method courtesy of David Keating.  This can be
  2. used for callers with mailers that are true points, but use XRS to read their
  3. mail.  It immediately packs all mail waiting for the user in "real time",
  4. eliminating the need (and space required) for prepacking mail entirely.
  5.  
  6. =====
  7.  
  8. Send a file request which contains the single line
  9. "getmail FistName LastName".
  10.  
  11. When the system receives this REQ, it finds the line "+getmail" in its OKFILE
  12.  
  13. It then runs Getmail.bat, which is set up thus:
  14.  
  15.      cd \bbs\node1
  16.      packbags %1 %2
  17.      cd \binkley
  18.      please send #C:\xrsbags\*.* to %4/%5 now
  19.  
  20. Variable 4 and 5 are added automatically by Binkley when it gets the function
  21. request.
  22.  
  23. =====
  24.  
  25. Unfortunately, BT on the sending side (the caller or user - not the BBS) will
  26. timeout before PackBags can "do its thing" and finish (it will never wait for
  27. more than 10 seconds...).  I have a special patched version of BT250.EXE here
  28. if anyone is interested in trying this - BT250.EXE (which I hacked together
  29. with Bob's permission) waits 5 minutes before the "Z-Modem Init Receive" wait
  30. times out.  Please get in touch with me netmail at 372/6666...
  31.                                        Mike
  32.